home *** CD-ROM | disk | FTP | other *** search
/ The Epic Interactive Encyclopedia 1998 / Epic Interactive Encyclopedia, The - 1998 Edition (1998)(Epic Marketing).iso / Menufiles / scripts / uninstall.script < prev    next >
Text File  |  1992-09-02  |  357b  |  15 lines

  1. ; AmigaDOS UnInstallation script for the Epic Encyclopedia
  2.  
  3. Failat 21
  4.  
  5. ; Everything in EpicData: must be deleted all.
  6. ; The assign will not delete so it must be removed
  7. ; and then deleted.
  8.  
  9. Path EpicData:Tools/ REMOVE
  10. Delete EpicData:#? All
  11. Assign EpicData: REMOVE
  12.  
  13. ; Delete stuff from user-startup (AddToUser.txt)
  14. EpicData:Tools/Retire "Epic Encyclopedia"
  15.